home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
util
/
text
/
edt10.lha
/
S
/
Edt
/
VSplitWin.edt
< prev
Wrap
Text File
|
1995-02-28
|
255b
|
17 lines
/* Fenster vertikal teilen */
OPTIONS RESULTS
'Get' WINDOWID
me=RESULT
'Get' WINDOWHEIGHT
h=RESULT%2
'Set' WINDOWHEIGHT h
'Get' WINDOWTOP
t=RESULT+h
'Get' WINDOWWIDTH
w=RESULT
'Get' WINDOWLEFT
l=RESULT
'NewWindow'
'SetWindowBox' l t w h
'SelectWindow' me